Support XGBoost classifiers with num_class > 2, num_parallel_tree > 1 - #383
Merged
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## mainline #383 +/- ##
==============================================
+ Coverage 84.93% 85.23% +0.29%
+ Complexity 44 42 -2
==============================================
Files 108 108
Lines 8665 8732 +67
Branches 510 523 +13
==============================================
+ Hits 7360 7443 +83
+ Misses 1281 1266 -15
+ Partials 24 23 -1
Continue to review full report at Codecov.
|
This was referenced May 23, 2022
Closed
Merged
rapids-bot Bot
pushed a commit
to NVIDIA/cuml
that referenced
this pull request
May 28, 2022
The 2.4.0 version of Treelite incorporates the following improvements: * dmlc/treelite#370 * dmlc/treelite#381 * dmlc/treelite#380 * dmlc/treelite#383 Requires rapidsai/integration#474 This PR targets the 22.06 release. Closes #4715 Authors: - Philip Hyunsu Cho (https://github.com/hcho3) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Corey J. Nolet (https://github.com/cjnolet) URL: #4752
vimarsh6739
pushed a commit
to vimarsh6739/cuml
that referenced
this pull request
Oct 9, 2023
The 2.4.0 version of Treelite incorporates the following improvements: * dmlc/treelite#370 * dmlc/treelite#381 * dmlc/treelite#380 * dmlc/treelite#383 Requires rapidsai/integration#474 This PR targets the 22.06 release. Closes NVIDIA#4715 Authors: - Philip Hyunsu Cho (https://github.com/hcho3) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Corey J. Nolet (https://github.com/cjnolet) URL: NVIDIA#4752
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FYI @trivialfis
This PR uses
tree_infofield to deducenum_parallel_tree. XGBoost 1.6+ also savesnum_parallel_treein the model, but we would like to support older XGBoost models too.